home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / EXPRO / _files / _exprodir / exproasm._h < prev    next >
Text File  |  1990-06-04  |  380b  |  19 lines

  1. /*
  2.  *  exproasm.h
  3.  *
  4.  *  version 1.00, 04-06-1990
  5.  *
  6.  *  execution profiler headerfile
  7.  *
  8.  *  copyright Ferdinand Oeinck 1990
  9.  *
  10.  */
  11.  
  12. #include "kernel.h"
  13.  
  14. unsigned int * exproasm_getstart(void);
  15. unsigned int * exproasm_getend(void);
  16. _kernel_languagedescription * exproasm_getlangdesblock(void);
  17. void exproasm_ReleaseIntDeviceVector(void);
  18. int exproasm_ClaimIntDeviceVector(void);
  19.